home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine Special 4 / Erect Magazine Special 4 - Disc 1.iso / mac / P_Bro.DIR / 00048.ls < prev    next >
Encoding:
Text File  |  1996-11-01  |  261 b   |  13 lines

  1. on mouseDown
  2.   if field "Sound_Flg" = "ON" then
  3.     puppetSound("CLICK.aif")
  4.   end if
  5.   set the visible of sprite (the clickOn + 5) to 1
  6.   updateStage()
  7.   waittime(1)
  8.   repeat with n = 1 to 15
  9.     set the puppet of sprite n to 0
  10.   end repeat
  11.   go("Return")
  12. end
  13.